home *** CD-ROM | disk | FTP | other *** search
/ ftp.sustworks.com 2018 / ftp.sustworks.com.zip / ftp.sustworks.com / IPNetSentry_12.hqx / IPNetSentry_12 / IPNetSentry AppleScripts / IPNS Eudora AppleScript.rsrc / TEXT_1128.txt < prev    next >
Text File  |  2000-12-21  |  1KB  |  18 lines

  1. This script will retrieve trigger information from the IPNetSentry FBA and format and send a new email message through Eudora.
  2.  
  3. Requirements:
  4. - customize the script as stated below
  5. - save the script as a "Run-Only" application with "Never Show Startup Screen" checked
  6. - put this script in your Preferences folder
  7. -  configure the IPNetSentry file so that it is using "applescript" notification and that you have set the name of your AppleScript.  You can do this through our Web configuration page (using the Companion Application) or by  manually editing  the IPNetSentry Config  file with a text editor.  Example of required "set" commands in the IPNetSentry Config file:
  8.  
  9. #set\notification_type\applescript
  10. #set\applescript_name\My IPNS AppleScript Eudora
  11.  
  12. where "My IPNS AppleScript Eudora" is the name of your AppleScript.
  13.  
  14. Script Customization Required:
  15. -  change the name of the Eudora application to your version of Eudora
  16. -  replace TO_EMAIL_ADDRESS with the email address to which you wish to have the notification sent
  17. - replace FROM_EMAIL_ADDRESS with the originating email address
  18. - you can also add cc: and bcc: recipients if desired